Only run appveyor on the master branch
authorAlex Crichton <alex@alexcrichton.com>
Mon, 27 Jul 2015 23:01:41 +0000 (16:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 27 Jul 2015 23:01:41 +0000 (16:01 -0700)
appveyor.yml

index 58940740f3db000330c2c9d2d4f71547d49b3a0f..5316552ab4c01a164601be79dedb028ce8617b40 100644 (file)
@@ -25,3 +25,7 @@ build: false
 
 test_script:
   - cargo test
+
+branches:
+  only:
+    - master